Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Thu, 5 Nov 2015 23:00:51 +0000 (18:00 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 6 Nov 2015 02:59:56 +0000 (21:59 -0500)
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 5cf56c1dabc85fecc6b2c07a2dfc5478e5f11f89..a533fc9de6896e03c28ca4f36ee70d6a564321ac 100644 (file)
@@ -267,7 +267,7 @@ entry {
 
   .linked:not(.vertical) > &:focus + entry,
   .linked:not(.vertical) > &:focus + button,
-  .linked:not(.vertical) > &:focus + combobox > butotn.combo {
+  .linked:not(.vertical) > &:focus + combobox > button.combo {
     border-left-color: entry_focus_border(); // colors the border of the widget following a focused entry
   }
 
index 8ff97854af25e807d3593c4f055eacf0d5003bb4..9d0518aafc6376d514dc3581e4b34745537b4564 100644 (file)
@@ -224,7 +224,7 @@ entry, spinbutton {
     box-shadow: none; }
     entry progress:backdrop, spinbutton progress:backdrop {
       background-color: transparent; }
-  .linked:not(.vertical) > entry:focus + entry, .linked:not(.vertical) > spinbutton:focus + entry, .linked:not(.vertical) > entry:focus + spinbutton, .linked:not(.vertical) > spinbutton:focus + spinbutton, .linked:not(.vertical) > entry:focus + button, .linked:not(.vertical) > spinbutton:focus + button, .linked:not(.vertical) > entry:focus + combobox > butotn.combo, .linked:not(.vertical) > spinbutton:focus + combobox > butotn.combo {
+  .linked:not(.vertical) > entry:focus + entry, .linked:not(.vertical) > spinbutton:focus + entry, .linked:not(.vertical) > entry:focus + spinbutton, .linked:not(.vertical) > spinbutton:focus + spinbutton, .linked:not(.vertical) > entry:focus + button, .linked:not(.vertical) > spinbutton:focus + button, .linked:not(.vertical) > entry:focus + combobox > button.combo, .linked:not(.vertical) > spinbutton:focus + combobox > button.combo {
     border-left-color: #0f2b48; }
   entry.error, spinbutton.error {
     color: #cc0000;
index 88e26fed4c9571fba89822265ebaf22ae221da18..e26f4071c6929cb554d27d5015126942db3e458d 100644 (file)
@@ -224,7 +224,7 @@ entry, spinbutton {
     box-shadow: none; }
     entry progress:backdrop, spinbutton progress:backdrop {
       background-color: transparent; }
-  .linked:not(.vertical) > entry:focus + entry, .linked:not(.vertical) > spinbutton:focus + entry, .linked:not(.vertical) > entry:focus + spinbutton, .linked:not(.vertical) > spinbutton:focus + spinbutton, .linked:not(.vertical) > entry:focus + button, .linked:not(.vertical) > spinbutton:focus + button, .linked:not(.vertical) > entry:focus + combobox > butotn.combo, .linked:not(.vertical) > spinbutton:focus + combobox > butotn.combo {
+  .linked:not(.vertical) > entry:focus + entry, .linked:not(.vertical) > spinbutton:focus + entry, .linked:not(.vertical) > entry:focus + spinbutton, .linked:not(.vertical) > spinbutton:focus + spinbutton, .linked:not(.vertical) > entry:focus + button, .linked:not(.vertical) > spinbutton:focus + button, .linked:not(.vertical) > entry:focus + combobox > button.combo, .linked:not(.vertical) > spinbutton:focus + combobox > button.combo {
     border-left-color: #4a90d9; }
   entry.error, spinbutton.error {
     color: #cc0000;